How to hard define in code a matrix Integer[][]

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-05-20T18:25:53Z Indexed on 2010/05/20 18:30 UTC
Read the original article Hit count: 112

Filed under:

Question is simple for an expert:

Integer[][] res= new Integer[][] {.....hard code some values here on 2 dim...}

How to I return here 2 rows and 3 values like this

1 2 3
4 5 6

© Stack Overflow or respective owner

Related posts about java